Installation
Install the Mopidy-SoundCloud
package from
PyPI:
sudo python3 -m pip install Mopidy-SoundCloud
Install the mopidy-soundcloud
package from
Debian or
Ubuntu:
sudo apt install mopidy-soundcloud
Mopidy's APT repository
Alternatively,
you can install the mopidy-soundcloud
Debian package from Mopidy's APT repository,
which often has newer versions than Debian/Ubuntu.
First, follow the instructions at apt.mopidy.com on how to setup Mopidy's APT repo on your system.
Then, install the mopidy-soundcloud
package:
sudo apt install mopidy-soundcloud
Install the mopidy-soundcloud
package from
AUR:
yay -S mopidy-soundcloud
Install the mopidy-soundcloud formula with Homebrew:
brew install mopidy/mopidy/mopidy-soundcloud
Authentication
Mopidy-SoundCloud needs API access to SoundCloud, to grant access click the button bellow and follow the instructions. Your data is never shared with this site.
Authenticate Mopidy with SoundCloud
After the pop up closes it will change the text below, add the following to your mopidy.conf
file:
[soundcloud] auth_token = The config value will appear here.
For more information see the Mopidy-SoundCloud docs.